home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global lang, langPrefix, spacer, edMovie, BCmovie, KidMovie, pathToMain, ionamus, pathTolang, edmus, bcMus, intro
- set map to the clickOn
- set key to the text of cast "country"
- repeat with p = 1 to the number of lines in key
- if word 1 of line p of key = map then
- set lang to word 2 of line p of key
- set langPrefix to word 3 of line p of key
- exit repeat
- end if
- end repeat
- go(the frame + 1)
- set pathToMain to the pathName
- set pathTolang to pathToMain & lang & spacer
- set edMovie to pathToMain & "movies" & spacer & langPrefix & "edmark.dir"
- set BCmovie to pathToMain & "movies" & spacer & langPrefix & "BChild.dir"
- set intro to pathToMain & "movies" & spacer & "kids.dir"
- set KidMovie to pathToMain & "movies" & spacer & "kids.dir"
- set ionamus to pathToMain & "music" & spacer & "ionamus"
- set edmus to pathToMain & "music" & spacer & "edmus"
- set bcMus to pathToMain & "music" & spacer & "bcmus"
- end
-